Skip to content

Add support for Evenbrite event series to scraper#141

Draft
joeriddles wants to merge 4 commits into
mainfrom
joeriddles/140-eventbrite-series
Draft

Add support for Evenbrite event series to scraper#141
joeriddles wants to merge 4 commits into
mainfrom
joeriddles/140-eventbrite-series

Conversation

@joeriddles

@joeriddles joeriddles commented Sep 11, 2024

Copy link
Copy Markdown
Contributor

Pull Request

Description:

Related Issues:

Checklist:

  • All tests pass.
  • Code follows the project's coding standards.
  • Documentation has been updated.

@joeriddles joeriddles requested review from a team, KGB33 and davidslusser September 11, 2024 05:15
"""

def test_scraper(self):
def test_scraper_organization_id(self):

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this test is failing as the event seems to have disappeared.

@joeriddles joeriddles marked this pull request as draft September 13, 2024 07:27

@daolvera daolvera left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

def test_scraper_event_series_id(self):
scraper = scrapers.EventbriteScraper()
result = scraper.scrape("https://www.eventbrite.com/e/cda-machine-learners-ai-ml-club-tickets-640757311367")
assert len(result) > 1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there more we could assert on here? Maybe a name (granted any additional assert is fragile because the event could change its name technically) but feels like name is safe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Add support for event series from Eventbrite

2 participants